home *** CD-ROM | disk | FTP | other *** search
/ Agent Central Host Computer / Agent - Central Host Computer.iso / _SETUP.1 / seq_convert.sql < prev    next >
Text File  |  2000-05-12  |  702b  |  16 lines

  1. /* RCSVER $Id: seq_convert.sql,v 1.1 1999-02-26 09:48:34-06 randy CURRENT $ */
  2. /* *************************************************************************
  3. *        Copyright (C) 1998, Agent Systems, Inc. All Rights Reserved.
  4. *
  5. * Name:        seq_convert.sql
  6. * Date:        01/27/1998
  7. * memo:        Randy Wood
  8. * Description:    Create the seq_convert sequence.
  9. *               The sequence is used to generate a unique key for the
  10. *        convert table. This key is referred to as the conversion
  11. *        sequence number, and is incremented every time a probed
  12. *        data file is converted.
  13. * Changes:
  14. ************************************************************************* */
  15. CREATE SEQUENCE seq_convert START WITH 1;
  16.